QuickOPC User's Guide and Reference
Null Property (DAVtq<TValue>)



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.DataAccess.Generic Namespace > DAVtq<TValue> Class : Null Property
A null typed value-timestamp-quality.
Syntax
'Declaration
 
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)>
<NotNullAttribute()>
Public Shared Shadows ReadOnly Property Null As DAVtq(Of TValue)
'Usage
 
Dim value As DAVtq(Of TValue)
 
value = DAVtq(Of TValue).Null
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public new static DAVtq<TValue> Null {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
[NotNull()]
public:
new static property DAVtq<TValue^>^ Null {
   DAVtq<TValue^>^ get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also